programming4us
           
 
 
Applications Server

Exchange Server 2010 : Upgrading from and Coexisting with Exchange Server 2003 (part 8)

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
12/22/2010 9:20:24 AM

6. Planning and Implementing Mailbox Moves and Coexistence

This section examines the issues, recommendations, and requirements around migrating mailboxes to Exchange Server 2010 and coexisting with Exchange Server 2003 mailboxes.

6.1. Address List and E-mail Address Policy Filters

In Exchange Server 2003, filters for address lists and e-mail address policies were based on LDAP syntax; Exchange Server 2010 uses OPATH filtering syntax. Although LDAP syntax filters are supported in Exchange Server 2010, they must be upgraded to OPATH syntax if you want to edit them in Exchange Server 2010, and LDAP filters can't be created in Exchange Server 2010. In addition, LDAP filters cannot be upgraded to OPATH syntax with the EMC; they must be upgraded using the EMS.

6.1.1. Default Address List Filters

Although upgrading custom filters is essentially a manual process, the following cmdlets upgrade the default address lists from LDAP to OPATH filters:

  • All Users default address list:

    Set-AddressList "All Users" -IncludedRecipients MailboxUsers

  • All Groups default address list:

    Set-AddressList "All Groups" -IncludedRecipients MailGroups

  • All Contacts default address list:

    Set-AddressList "All Contacts" -IncludedRecipients MailContacts

  • Public Folders default address list:

    Set-AddressList "Public Folders" -RecipientFilter { RecipientType -eq
    'PublicFolder' }

  • The Default Global Address List:

    Set-GlobalAddressList "Default Global Address List" -RecipientFilter {(Alias -ne
    $null -and (ObjectClass -eq 'user' -or ObjectClass -eq 'contact' -or ObjectClass
    -eq 'msExchSystemMailbox' -or ObjectClass -eq 'msExchDynamicDistributionList' -or
    ObjectClass -eq 'group' -or ObjectClass -eq 'publicFolder'))}


6.1.2. Custom Address List and E-mail Policy Filters

Custom filters for address lists, e-mail address policies, and dynamic distribution groups are a little more complicated to upgrade. Custom filters require you to determine what they are filtering for, and then translate the filter into OPATH syntax. The Microsoft Exchange Team has produced a script that will aid in converting most custom filters from LDAP to OPATH syntax; this script is available at http://msexchangeteam.com/archive/2007/03/12/436983.aspx. For any filters that must be upgraded manually, follow these steps:

  1. Copy the existing filter into Notepad or another text editor.

  2. Write a statement explaining what the filter accomplishes.

  3. Construct the filter in OPATH syntax based on the statement created in Step 2.

This process is explained in more detail in the Exchange Server 2010 online help at http://technet.microsoft.com/en-us/library/cc164375.aspx.

Other -----------------
- Exchange Server 2010 : Useful Tools for an Upgrade (part 1)
- Exchange Server 2010 : Useful Tools for an Upgrade (part 1)
- Active Directory Domain Services 2008: Modify the Precedence for Password Settings Objects
- Active Directory Domain Services 2008: Apply a Password Settings Object to Users and Security Groups
- Active Directory Domain Services 2008: Modify Settings Defined in Password Settings Objects
- BizTalk Server 2009 : Getting results from asynchronous invocations (part 3)
- BizTalk Server 2009 : Getting results from asynchronous invocations (part 2)
- BizTalk Server 2009 : Getting results from asynchronous invocations (part 1) - Building WCF services that support client callbacks
- Exchange Server 2010 : Designing Upgrade and Coexistence Strategies
- Exchange Server 2010 : Risk Mitigation
- Exchange Server 2010 : Planning Cross-site Failovers (part 2) - Cross-site Switchover
- Exchange Server 2010 : Planning Cross-site Failovers (part 1)
- Exchange Server 2010 : Availability Planning for Transport Servers
- Exchange Server 2010 : Availability Planning for Client Access Servers (part 4) - Creating a Client Access Server Array
- Exchange Server 2010 : Availability Planning for Client Access Servers (part 3) - Global Server Load Balancing
- Exchange Server 2010 : Availability Planning for Client Access Servers (part 2) - Selecting a Load Balancer Type
- Exchange Server 2010 : Availability Planning for Client Access Servers (part 1) - Affinity
- Using asynchronous services in BizTalk with WCF (part 2) - Exposing asynchronous services
- Using asynchronous services in BizTalk with WCF (part 1) - Consuming asynchronous services
- Exchange Server 2010 : Availability Planning for Mailbox Servers (part 8) - Designing and Configuring DAGs
 
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
- First look: Apple Watch

- 3 Tips for Maintaining Your Cell Phone Battery (part 1)

- 3 Tips for Maintaining Your Cell Phone Battery (part 2)
programming4us programming4us